projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a829b26
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 1 May 2016 17:26:09 +0000
(13:26 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 1 May 2016 17:26:35 +0000
(13:26 -0400)
I forgot to add an include here.
gtk/gtkcssenumvalue.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssenumvalue.c
b/gtk/gtkcssenumvalue.c
index 607b7c13a0ce85c3c86565babac146b94566ba05..fb480fc2db3b5862ceb370e4c0b9e821a068c8ab 100644
(file)
--- a/
gtk/gtkcssenumvalue.c
+++ b/
gtk/gtkcssenumvalue.c
@@
-22,6
+22,7
@@
#include "gtkcssstyleprivate.h"
#include "gtkcssnumbervalueprivate.h"
#include "gtkstyleproviderprivate.h"
+#include "gtksettingsprivate.h"
/* repeated API */
@@
-143,7
+144,6
@@
gtk_css_font_size_get_default_px (GtkStyleProviderPrivate *provider,
GtkCssStyle *style)
{
GtkSettings *settings;
- PangoFontDescription *description;
int font_size;
settings = _gtk_style_provider_private_get_settings (provider);